Skip to content

chore(deps): bump viem from 2.27.2 to 2.28.0 #6882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps viem from 2.27.2 to 2.28.0.

Release notes

Sourced from viem's releases.

[email protected]

Minor Changes

Patch Changes

[email protected]

Patch Changes

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

PR-Codex overview

This PR updates the viem package version and modifies error handling in tests, along with various updates to dependencies in the pnpm-lock.yaml file.

Detailed summary

  • Updated viem from 2.27.2 to 2.28.1 in package.json.
  • Changed error assertion in packages/thirdweb/src/adapters/viem-legacy.test.ts to use .rejects.toThrow().
  • Updated multiple dependencies in pnpm-lock.yaml to newer versions.

The following files were skipped due to too many changes: pnpm-lock.yaml

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@dependabot dependabot bot added Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 28, 2025
@dependabot dependabot bot requested review from a team as code owners April 28, 2025 21:41
Copy link

changeset-bot bot commented Apr 28, 2025

⚠️ No Changeset found

Latest commit: bfaa730

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Apr 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2025 11:30pm
login ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2025 11:30pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2025 11:30pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2025 11:30pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2025 11:30pm

Copy link
Contributor

graphite-app bot commented Apr 28, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

Bumps [viem](https://github.com/wevm/viem) from 2.27.2 to 2.28.0.
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/[email protected]@2.28.0)

---
updated-dependencies:
- dependency-name: viem
  dependency-version: 2.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

github-actions bot commented May 1, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 50.93 KB (-0.51% 🔽) 1.1 s (-0.51% 🔽) 201 ms (+173.19% 🔺) 1.3 s
thirdweb (cjs) 143.05 KB (-0.57% 🔽) 2.9 s (-0.57% 🔽) 350 ms (+82.61% 🔺) 3.3 s
thirdweb (minimal + tree-shaking) 5.67 KB (0%) 114 ms (0%) 109 ms (+1912.68% 🔺) 222 ms
thirdweb/chains (tree-shaking) 514 B (0%) 11 ms (0%) 22 ms (+798.34% 🔺) 32 ms
thirdweb/react (minimal + tree-shaking) 19.47 KB (+0.49% 🔺) 390 ms (+0.49% 🔺) 98 ms (+429.13% 🔺) 487 ms

Copy link

codecov bot commented May 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.10%. Comparing base (c271ec6) to head (bfaa730).
Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6882      +/-   ##
==========================================
- Coverage   55.11%   55.10%   -0.02%     
==========================================
  Files         896      896              
  Lines       57182    57193      +11     
  Branches     3955     3960       +5     
==========================================
- Hits        31515    31514       -1     
- Misses      25570    25581      +11     
- Partials       97       98       +1     
Flag Coverage Δ
packages 55.10% <ø> (-0.02%) ⬇️

see 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@joaquim-verges joaquim-verges merged commit 465cf8c into main May 1, 2025
23 checks passed
@joaquim-verges joaquim-verges deleted the dependabot/npm_and_yarn/viem-2.28.0 branch May 1, 2025 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code packages SDK Involves changes to the thirdweb SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant